@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../webfonts/Montserrat-Regular.eot');
    src: url('../webfonts/Montserrat-Regular.eot') format('embedded-opentype'), url('../webfonts/Montserrat-Regular.woff') format('woff'), url('../webfonts/Montserrat-Regular.txt') format('woff2'), url('../webfonts/Montserrat-Regular.txt') format('truetype'), url('../webfonts/Montserrat-Regular.svg') format('svg');
    font-style: normal;
    font-weight: 200;
    font-display: auto
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../webfonts/Montserrat-Medium.eot');
    src: url('../webfonts/Montserrat-Medium.eot') format('embedded-opentype'), url('../webfonts/Montserrat-Medium.woff') format('woff'), url('../webfonts/Montserrat-Medium.txt') format('woff2'), url('../webfonts/Montserrat-Medium.txt') format('truetype'), url('../webfonts/Montserrat-Medium.svg') format('svg');
    font-style: normal;
    font-weight: 200;
    font-display: auto
}

@font-face {
    font-family: 'Archer-Bold';
    src: url('../webfonts/Archer-Bold.eot');
    src: url('../webfonts/Archer-Bold.eot') format('embedded-opentype'), url('../webfonts/Archer-Bold.woff') format('woff'), url('../webfonts/Archer-Bold.txt') format('woff2'), url('../webfonts/Archer-Bold.txt') format('truetype'), url('../webfonts/Archer-Bold.svg') format('svg');
    font-style: normal;
    font-weight: 700;
    font-display: auto
}

@font-face {
    font-family: 'Archer-Medium';
    src: url('../webfonts/Archer-medium.eot');
    src: url('../webfonts/Archer-medium.eot') format('embedded-opentype'), url('../webfonts/Archer-medium.woff') format('woff'), url('../webfonts/Archer-medium.txt') format('woff2'), url('../webfonts/Archer-medium.txt') format('truetype'), url('../webfonts/Archer-medium.svg') format('svg');
    font-style: normal;
    font-weight: 700;
    font-display: auto
}

@font-face {
    font-family: 'Archer-Book';
    src: url('../webfonts/Archer-Book.eot');
    src: url('../webfonts/Archer-Book.eot') format('embedded-opentype'), url('../webfonts/Archer-Book.woff') format('woff'), url('../webfonts/Archer-Book.txt') format('woff2'), url('../webfonts/Archer-Book.txt') format('truetype'), url('../webfonts/Archer-Book.svg') format('svg');
    font-style: normal;
    font-weight: 700;
    font-display: auto
}

h1,
h2,
h3,
h4,
h5 {
    color: #E50040
}

h1,
h2,
h3,
h4,
h5,
strong,
b {
    font-family: 'Archer-Bold', Helvetica, Arial, sans-serif
}

h1 {
    font-size: 70px;
    letter-spacing: -2px;
    line-height: 66px;
    padding-bottom: 40px
}

h2 {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 46px;
    padding-bottom: 40px
}

h3 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 36px;
    padding-bottom: 20px
}

p {
    line-height: 26px
}

@media(max-width:991px) {
    h1 {
        font-size: 38px;
        letter-spacing: -2px;
        line-height: 38px;
        padding-bottom: 20px
    }
    h2 {
        font-size: 36px;
        letter-spacing: -1px;
        line-height: 40px;
        padding-bottom: 20px
    }
    h3 {
        font-size: 28px;
        letter-spacing: -1px;
        line-height: 34px;
        padding-bottom: 20px
    }
}

body {
    font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000
}

/*Font Barra de navegación*/

.nav-item{
    font-family: 'Archer-Book', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000
}

/*Font Fin Barra de navegación*/

/*Font Frase*/

.Frase{
    font-family: 'Archer-Medium', Helvetica, Arial, sans-serif;
    font-size: 40px;
    color: #e50040
}

/*Fin Font Frase*/

strong {
    font-family: 'Archer-Bold', Helvetica, Arial, sans-serif
}

a {
    color: #000;
    text-decoration: underline
}

.no-underline {
    text-decoration: none
}

a:hover.no-underline {
    text-decoration: underline
}

a:hover {
    color: #000;
    text-decoration: none
}

::selection {
    background: #ffdde2;
    color: #10069f
}

::-moz-selection {
    background: #ffdde2;
    color: #10069f
}

.navbar-light .navbar-nav .nav-link {
    color: #000
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
    border-bottom: 1px solid #89ccca;
    display: inline-block
}

.nav-link {
    padding: 0;
    border-bottom: 1px solid #fff
}

li.nav-item {
    padding-top: 5px;
    margin-left: 50px
}

.navbar-nav {
    padding-top: 0;
    padding-bottom: 40px
}

.navbar-brand {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    /*color: rgba(16, 6, 159, 1);*/
    text-decoration: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-bottom: 1px solid #E50040;
    display: inline-block
}

@media(min-width:991px) {}

@media(max-width:991px) {
    li.nav-item {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 45px
    }
    li.nav-item.active {
        text-decoration: underline
    }
    .navbar-nav {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .navbar-brand {
        padding-left: 20px;
        padding-top: 1.3rem;
        padding-bottom: 1.3rem
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    text-decoration: none;
    font-size: 20px
}

.navbar-toggler {
    border: 0;
    background: transparent !important
}

.navbar-toggler:focus {
    outline: 0;
    background: transparent !important
}

.navbar-toggler .icon-bar {
    background-color: #E50040;
    transform: rotate(0) translate(0, 0);
    transition: ease all .2s

}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px
}

.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s
}

.text-blue {
    color: #fff;
    font-style:bold;
}

.selector {
    color: #E50040
}

.text-pink {
    color: #ffdde2
}

.text-grey {
    color: #c2bfb8
}

.text-light-blue {
    color: #c7dbf4
}

.text-light-grey {
    color: #f5f5f5
}

.text-white {
    color: #fff
}

.Titulo {
    color: #E50040 !important;

}

.text-black {
    color: #000
}

.text-off-black {
    color: #333
}

.bg-blue {
    background: #e50040
}

.bg-pink {
    background: #89ccca
}

.bg-grey {
    background: #c2bfb8
}

.bg-light-blue {
    background: #000
}

.bg-light-grey {
    background: #f5f5f5
}

.bg-white {
    background: #fff
}

.bg-black {
    background: #000
}

.bg-off-black {
    background: #333
}

.bg-translucent-white {
    background-color: rgba(255, 255, 255, 0.7)
}

.btn-primary {
    color: #fff;
    background-color: #10069f;
    border-color: #10069f
}

.btn {
    padding: .6rem 1.6rem;
    border-radius: 0;
    text-decoration: none
}

.btn-primary:hover {
    color: #10069f;
    background-color: #ffdde2;
    border-color: #ffdde2
}

#home-intro-panel {
    color: #fff;
    padding: 7% 0 5%;
    width: auto;
    position: relative
}

#home-intro-panel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    animation-name: slideInLeft;
    animation-fill-mode: both;
    width: 100%;
    height: 100%;
    animation-duration: 1.5s
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

#home-intro-panel:before {
    background: linear-gradient(to right, #89CCCA 60%, transparent 60%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.home-headline {
    font-size: 34px;
    letter-spacing: .5px;
    line-height: 40px;
    padding-bottom: 40px
}

.sub-headline-footnote {
    letter-spacing: 0;
    line-height: 16px;
    padding-top: 40px;
    padding-bottom: 40px
}

.margin-top-negative-1x {
    margin-top: -20px
}

.margin-top-negative-2x {
    margin-top: -40px
}

.margin-bottom-negative-1x {
    margin-bottom: -20px
}

.margin-bottom-negative-2x {
    margin-bottom: -40px
}

video.home-video {
    width: 95%
}

@media(max-width:991px) {
    #home-intro-panel:before {
        background: linear-gradient(to right, #89CCCA 100%, transparent 100%);
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
}

hr.work-hr {
    border-top: 1px solid #89CCCA;
    margin: 0
}

p.filter-title {
    margin-bottom: 0
}

.card {
    border: 0
}

.card-header {
    background-color: #fff;
    border-bottom: 0
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.work-cat-list {
    list-style: none
}

.work-cat-list a {
    text-decoration: none
}

.work-cat-list li {
    line-height: 27px;
    padding-bottom: 8px
}

.category-active {
    text-decoration: none !important;
    border-bottom: 3px solid #10069f;
    display: inline-block
}

@media(max-width:767px) {
    .work-cat-list li {
        line-height: 27px;
        padding-bottom: 16px
    }
}

.btn.work-cat-accordian {
    background-color: #fff
}

.work-listing-container {
    padding: 0 35px 60px 35px
}

.work-listing-sub-title {
    padding-top: 22px
}

.work-listing-title {
    margin-top: -19px;
    padding-right: 40px
}

.work-listing-rollover {
    text-decoration: none
}

a:hover.work-listing-rollover {
    text-decoration: none;
    color: #89ccca
}

.work-outer-div {
    height: 363px;
    overflow: hidden
}

.work-inner-div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
    cursor: pointer
}

.work-inner-div:hover {
    transform: scale(1.1)
}

@media(max-width:1440px) {
    .work-outer-div {
        height: 310px
    }
}

@media(max-width:1200px) {
    .work-outer-div {
        height: 250px
    }
}

@media(max-width:991px) {
    .work-outer-div {
        height: 290px
    }
}

.padding-top-60px {
    padding-top: 30px
}

@media(min-width:767px) {
    .work-text-col-1 {
        padding-right: 40px
    }
    .work-text-col-2 {
        padding-left: 20px;
        padding-right: 20px
    }
    .work-text-col-3 {
        padding-left: 40px
    }
}

.work-quote {
    height: 500px
}

.work-quote-text {
    font-size: 32px
}

.work-quote-author {
    font-size: 18px
}

@media(max-width:1200px) {
    .work-quote {
        height: auto
    }
    .work-quote-text {
        font-size: 28px;
        line-height: 36px
    }
}

@media(max-width:991px) {
    .work-quote {
        height: auto
    }
    .work-quote-text {
        font-size: 22px;
        line-height: 30px
    }
}

@media(max-width:767px) {
    .work-quote {
        height: auto
    }
    .work-quote-text {
        font-size: 21px;
        line-height: 30px
    }
    .work-quote-author {
        font-size: 16px
    }
}

.left-img {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 20%;
    z-index: 100 !important
}

.left-img img {
    width: 100%;
    top: 20.8091%;
    transform: translate(-50%, -20.8091%)
}

.right-img {
    position: absolute;
    bottom: 22%;
    right: 10%;
    width: 20%;
    text-align: right;
    z-index: 100
}

.right-img img {
    width: 100%;
    position: absolute;
    top: 21.9996%;
    transform: translate(-50%, -21.9996%)
}

.objects {
    position: relative
}

@-webkit-keyframes o-pulse {
    0 {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.9)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes o-pulse {
    0 {
        transform: scale(1)
    }
    50% {
        transform: scale(0.9)
    }
    100% {
        transform: scale(1)
    }
}

.pulse-o {
    background: url(../images/perq-studio-o-bg.png) no-repeat center center;
    background-size: 70%;
    width: 100%;
    margin-top: -80px;
    height: 640px;
    -webkit-animation: o-pulse 2s ease-in-out;
    -o-animation: o-pulse 2s ease-in-out;
    -ms-animation: o-pulse 2s ease-in-out;
    -moz-animation: o-pulse 2s ease-in-out;
    animation: o-pulse 2s ease-in-out;
    animation-iteration-count: infinite
}

.pulse-o-text {
    text-align: center;
    margin-top: -367px
}

.o-cover {
    position: absolute;
    width: 100%;
    margin-top: -100px;
    height: 102px
}

@media(max-width:1200px) {
    .pulse-o {
        height: 570px
    }
    .pulse-o-text {
        padding-top: 0;
        margin-top: -327px
    }
}

@media(max-width:991px) {
    .pulse-o {
        height: 420px;
        background-size: 90%;
        margin-top: -50px
    }
    .pulse-o-text {
        padding-top: 0;
        margin-top: -253px
    }
}

@media(max-width:767px) {
    .pulse-o {
        height: 310px;
        margin-top: -56px;
        background-size: 100%
    }
    .pulse-o-text {
        padding-top: 10px;
        margin-top: -223px
    }
    .o-cover {
        margin-top: -80px;
        height: 82px
    }
}

.what-we-do-usps {
    line-height: 36px
}

.module-container {
    padding: 60px
}

.about-img-right {
    position: absolute;
    top: 80px;
    left: -120px;
    z-index: -2
}

.about-img-left {
    position: absolute;
    top: 80px;
    right: -120px;
    z-index: -2
}

@media(max-width:767px) {
    .module-container {
        padding: 30px
    }
    .about-img-right {
        position: relative;
        top: 0;
        left: 0;
        z-index: 2
    }
    .about-img-left {
        position: relative;
        top: 0;
        right: 0;
        z-index: 2
    }
}

.team-name {
    padding-bottom: 0
}

.team-job {
    padding-bottom: 25px
}

.team-min-height {
    min-height: 465px
}

.blog-cat-list a {
    text-decoration: none
}

.blog-listing-container {
    padding: 0 35px 60px 35px
}


.blog-listing-sub-title {
    padding-top: 22px
}

.blog-listing-title {
    margin-top: -20px;
    padding-right: 40px
}

.blog-listing-rollover {
    text-decoration: none
}

a:hover.blog-listing-rollover {
    text-decoration: none;
    color: #89ccca
}

.blog-outer-div {
    height: 412px;
    overflow: hidden
}

.blog-inner-div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
    cursor: pointer
}

.blog-inner-div:hover {
    transform: scale(1.1)
}

@media(max-width:1440px) {
    .blog-outer-div {
        height: 350px
    }
}

@media(max-width:1200px) {
    .blog-outer-div {
        height: 292px
    }
}

@media(max-width:991px) {
    .blog-outer-div {
        height: 206px
    }
}

.rte-cms-content img {
    max-width: 100%;
    height: auto
}

.rte-img-chosen {
    padding: 20px 0 20px 0
}

figcaption {
    text-align: left;
    font-size: 82%;
    padding-top: 8px
}

video.contact-video {
    width: 85%
}

.contact-info {
    height: 690px
}

.contact-map-video {
    margin-top: -370px
}

@media(max-width:1440px) {
    .contact-info {
        height: 650px
    }
    .contact-map-video {
        margin-top: -320px
    }
}

@media(max-width:1200px) {
    .contact-info {
        height: 600px
    }
    .contact-map-video {
        margin-top: -270px
    }
}

@media(max-width:991px) {
    .contact-info {
        height: 510px
    }
    .contact-map-video {
        margin-top: -190px
    }
}

@media(max-width:767px) {
    .contact-info {
        height: auto
    }
    .contact-map-video {
        margin-top: -40px
    }
    video.contact-video {
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .text-columns-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 100px;
        -moz-column-gap: 100px;
        column-gap: 100px
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.padding-top-6x {
    padding-top: 120px
}

.padding-top-5x {
    padding-top: 100px
}

.padding-top-4x {
    padding-top: 80px
}

.padding-top-3x {
    padding-top: 60px
}

.padding-top-2x {
    padding-top: 40px
}

.padding-top-1x {
    padding-top: 20px
}

.padding-bottom-6x {
    padding-bottom: 120px
}

.padding-bottom-5x {
    padding-bottom: 10px
}

.padding-bottom-4x {
    padding-bottom: 80px
}

.padding-bottom-3x {
    padding-bottom: 60px
}

.padding-bottom-2x {
    padding-bottom: 40px
}

.padding-bottom-1x {
    padding-bottom: 20px
}

.padding-side-none {
    padding-left: 0;
    padding-right: 0
}

.padding-side-1x {
    padding-left: 30px;
    padding-right: 30px
}

.padding-side-2x {
    padding-left: 50px;
    padding-right: 50px
}

.padding-left-none {
    padding-left: 0
}

.padding-right-none {
    padding-right: 0
}

@media(max-width:767px) {
    .container {
        padding-right: 30px;
        padding-left: 30px
    }
    .padding-top-6x {
        padding-top: 60px
    }
    .padding-top-5x {
        padding-top: 50px
    }
    .padding-top-4x {
        padding-top: 40px
    }
    .padding-top-3x {
        padding-top: 30px
    }
    .padding-top-2x {
        padding-top: 20px
    }
    .padding-top-1x {
        padding-top: 10px
    }
    .padding-bottom-6x {
        padding-bottom: 60px
    }
    .padding-bottom-5x {
        padding-bottom: 50px
    }
    .padding-bottom-4x {
        padding-bottom: 40px
    }
    .padding-bottom-3x {
        padding-bottom: 30px
    }
    .padding-bottom-2x {
        padding-bottom: 20px
    }
    .padding-bottom-1x {
        padding-bottom: 10px
    }
    .text-mobile-center {
        text-align: center
    }
    .lead {
        font-size: 18px
    }
}

@media only screen and (min-width:1440px) {
    .container {
        max-width: 1300px
    }
}

/*social bar*/

.social-bar {
  position: fixed;
  right: 0;
  top: 60%;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;

}

.icon {
  color: white;
  text-decoration: none;
  padding: .7rem;
  display: flex;
  transition: all .5s;
}

.icon-facebook {
  background: #E50040;
}

.icon-instagram {
  background: #E50040;
}

.icon-behance {
  background: #E50040;
}

.icon-whatsapp {
  background: #E50040;
}

.icon:first-child {
  border-radius: 1rem 0 0 0;
}

.icon:last-child {
  border-radius: 0 0 0 1rem;
}


.icon:hover {
  padding-right: 3rem;
  border-radius: 1rem 0 0 1rem;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
  background: #89CCCA;
}

.icon:hover {
  color: #E50040;
}


/*social bar*/

.social-bar {
  position: fixed;
  right: 0;
  top: 60%;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;

}

.icon {
  color: white;
  text-decoration: none;
  padding: .7rem;
  display: flex;
  transition: all .5s;
}

.icon-facebook {
  background: #000;
}

.icon-instagram {
  background: #000;
}

.icon-behance {
  background: #000;
}

.icon-whatsapp {
  background: #000;
}

.icon:first-child {
  border-radius: 1rem 0 0 0;
}

.icon:last-child {
  border-radius: 0 0 0 1rem;
}


.icon:hover {
  padding-right: 3rem;
  border-radius: 1rem 0 0 1rem;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
  background: #89CCCA;
}

.icon:hover {
  color: #E50040;
}


/*////*/

/*.how-social {
  color: #fff;
  font-size: 22px;
  background-color: #ccc;
  border-radius: 50%;
}

.how-social:hover {
  background-color: #333;
  color: #fff;
}
*/
/*fin social bar*/


/*BANNER SLIDER*/

/*body {
  background:grey;
  height:1000px;
}*/

/*
*****************************************
! BANNER SLIDER ! ----------------------*
*****************************************
*/

/*reset*/
ul.bannerSlider{
  padding-left:0;
}
.bannerSlider{
    height: 450px;
}
.bannerSlider .slide__image::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 450px;
    background: rgba(33,33,33,.7);
}
.bannerSlider .slick-slide {
    position: relative;
}
.bannerSlider .slide__image img {
    width: 100%;
    height: 450px;
    object-fit:cover;
}
img.slide__image__top-position {
    object-position:center bottom;
}
.bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.bannerSlider .slide__text h2 {
    font-size: 48px;
    font-weight: 100;

    color: #fff;
}
/*
.bannerSlider {
    margin: 0 auto;
}
.bannerSlider .slick-arrow{
    position: absolute;

    top: calc(50% - 14px);
    width: 24px;
    height: 42px;

    font-size: 48px;
    z-index: 2;

    color: #fff;
}
.bannerSlider .slick-prev {
    background: url(../images/layout/slick-prev.png);
    left: 50px;
}
.bannerSlider .slick-next {
    background: url(../images/layout/slick-next.png);
    right: 50px;
}
.bannerSlider i:hover{
    cursor: pointer;
} */

/*FIN BANNER SLIDER*/